memory violationの例文
- :: It's not really protected mode per-se, but the presence of hardware memory mapping-indeed one can get get memory violations in kernel mode ( see note at the end ).
- :: : : That technique worked in the 9x era when there's hardly any memory protection, but in NT it should at least throw a BSOD of memory violation or something ?-- G 08 : 26, 29 August 2007 ( UTC)
- Ideally a process would allocate so many pages of system memory for the stack; if a thread used more than that ( e . g . it did some extensive recursive operation ) then it runs off the end of the stack segment, causing a memory violation.